home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / MacIRMA™ / MacIRMA HyperCard Demo / MacIRMA HyperCard Demo / card_38395.txt < prev    next >
Encoding:
Text File  |  1989-03-06  |  525 b   |  27 lines

  1. -- card: 38395 from stack: in
  2. -- bmap block id: 56803
  3. -- flags: 0000
  4. -- background id: 13213
  5. -- name: MacIRMA
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=487 top=225 right=246 bottom=510
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide Menubar
  23.   visual effect dissolve
  24.   go to next card
  25. end mouseUp
  26.  
  27.